home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / Interfaces&Libraries / Universal / Interfaces / AIncludes / CMComponent.a < prev    next >
Encoding:
Text File  |  1998-08-17  |  898 b   |  38 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        CMComponent.a
  3. ;
  4. ;    Contains:    ColorSync CMM Component API
  5. ;
  6. ;    Version:    Technology:    ColorSync 2.0
  7. ;                Release:    Universal Interfaces 3.2
  8. ;
  9. ;    Copyright:    © 1993-1998 by Apple Computer, Inc., all rights reserved.
  10. ;
  11. ;    Bugs?:        For bug reports, consult the following page on
  12. ;                the World Wide Web:
  13. ;
  14. ;                    http://developer.apple.com/bugreporter/
  15. ;
  16. ;
  17.     IF &TYPE('__CMCOMPONENT__') = 'UNDEFINED' THEN
  18. __CMCOMPONENT__ SET 1
  19.  
  20. ;  
  21. ;    This file has been included to allow older source code 
  22. ;    to #include <CMComponent.h>.  Please update your source
  23. ;    code to directly #include <CMMComponent.h>
  24. ;      and             #include <CMPRComponent.h>
  25. ;
  26. ;
  27.  
  28. ;  #include the two ColorSync 2.0 files equivalent to the v. 1.0 file 
  29.     IF &TYPE('__CMMCOMPONENT__') = 'UNDEFINED' THEN
  30.     include 'CMMComponent.a'
  31.     ENDIF
  32.     IF &TYPE('__CMPRCOMPONENT__') = 'UNDEFINED' THEN
  33.     include 'CMPRComponent.a'
  34.     ENDIF
  35.  
  36.     ENDIF ; __CMCOMPONENT__ 
  37.  
  38.